home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_EDGECTL_H__7E220B26_FE0B_11D0_9F5E_B42103C10710__INCLUDED_)
- #define AFX_EDGECTL_H__7E220B26_FE0B_11D0_9F5E_B42103C10710__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
- /////////////////////////////////////////////////////////////////////////////
- // CEdgeCtl wrapper class
-
- class CEdgeCtl : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CEdgeCtl)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x597f0d06, 0xfe03, 0x11d0, { 0x9f, 0x5e, 0xb4, 0x21, 0x3, 0xc1, 0x7, 0x10 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect,
- CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
-
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey); }
-
- // Attributes
- public:
- OLE_COLOR GetBackColor();
- void SetBackColor(OLE_COLOR);
- BOOL GetEdgeBottom();
- void SetEdgeBottom(BOOL);
- BOOL GetEdgeLeft();
- void SetEdgeLeft(BOOL);
- BOOL GetEdgeRight();
- void SetEdgeRight(BOOL);
- BOOL GetEdgeTop();
- void SetEdgeTop(BOOL);
- long GetEdgeStyle();
- void SetEdgeStyle(long);
- short Get_EdgeStyle();
- void Set_EdgeStyle(short);
-
- // Operations
- public:
- void AboutBox();
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_EDGECTL_H__7E220B26_FE0B_11D0_9F5E_B42103C10710__INCLUDED_)
-